T
A generic System.Type parameter.
LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterCollectionEventArgs<T> Class
See Also  Members  
Leadtools Namespace : RasterCollectionEventArgs<T> Class



Provides information for RasterCollection<T>.ItemAdded and RasterCollection<T>.ItemRemoved methods. Supported in Silverlight, Windows Phone 7

Object Model

RasterCollectionEventArgs<T> Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class RasterCollectionEventArgs(Of T) 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterCollectionEventArgs(Of T)
C# 
[SerializableAttribute()]
public class RasterCollectionEventArgs<T> : System.EventArgs 
C++/CLI 
[SerializableAttribute()]
generic<typename T>
public ref class RasterCollectionEventArgs : public System.EventArgs 

Type Parameters

T
A generic System.Type parameter.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.RasterCollectionEventArgs<T>

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also